ums: use get_device() not find_mmc_device();
authorStephen Warren <[email protected]>
Mon, 5 May 2014 16:40:16 +0000 (10:40 -0600)
committerLukasz Majewski <[email protected]>
Thu, 8 May 2014 08:38:29 +0000 (10:38 +0200)
commitd0cc456dc3561d473926e60fb10ab643790a9ac7
tree5b53613d86e6db5285f9ade0dadaf9913694a155
parentabfe8afe88d6d8219602659f44981411e1daeb1d
ums: use get_device() not find_mmc_device();

get_device() is a generic routine that will support any type of block
device. Use this instead of the type-specific find_mmc_device(), for
future flexibility.

Cc: Lukasz Majewski <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
Acked-by: Przemyslaw Marczak <[email protected]>
common/cmd_usb_mass_storage.c